@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
21
DONTPLAYWONDERS
@ENDIF

@IF
NOSCHISM
defender=ANYBODY
@THEN
@ENDIF

@IF
RANDOMTURN
denominator=10
@THEN
TEXT
Banshees have been reported as being spotted in the festering swamps. Beware, for they can 
grab onto your soul and take it away forever more!
ENDTEXT
CREATEUNIT
unit=Banshee
owner=Danes
veteran=no
homecity=none
locations
83,87
84,86
84,88
82,88
82,86
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=11
@THEN
TEXT
Faeries have been spotted frolicking around the forested glens again. Watch out for their foul 
trickery.
ENDTEXT
CREATEUNIT
unit=Fae
owner=Danes
veteran=no
homecity=none
locations
51,147
50,146
52,146
52,148
50,148
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=12
@THEN
TEXT
A group of Trolls has appeared from the underworld and set about to ravage the lands. They 
were last reported being seen near the haunted jungles.
ENDTEXT
CREATEUNIT
unit=Troll
owner=Danes
veteran=no
homecity=none
locations
89,127
90,126
88,126
88,128
90,128
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=13
@THEN
TEXT
A group of bloodlusting Treants has been spotted coming down from the hills to terrorise the 
villages!
ENDTEXT
CREATEUNIT
unit=Treant
owner=Danes
veteran=no
homecity=none
locations
48,76
47,75
49,75
49,77
47,77
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=14
@THEN
TEXT
Undead Wights have been spotted in the northlands, having come down from their mountain lairs 
for fresh villagers to sacrifice.
ENDTEXT
CREATEUNIT
unit=Wight
owner=Danes
veteran=no
homecity=none
locations
93,15
94,16
92,16
92,14
94,14
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=15
@THEN
TEXT
A Danish raiding party has landed to once again wreak havoc on the Leprechauns. Stop them 
before they steal our gold!
ENDTEXT
CREATEUNIT
unit=Dane
owner=Danes
veteran=no
homecity=none
locations
6,120
7,119
5,119
5,121
7,121
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=16
@THEN
TEXT
The Elves have once again resorted to their crude pestering and tricks against our people. Teach 
them a lesson they'll soon not forget!
ENDTEXT
CREATEUNIT
unit=Elf
owner=Danes
veteran=no
homecity=none
locations
48,76
47,75
49,75
49,77
47,77
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=17
@THEN
TEXT
A sweet Irish Lass has wandered into our midsts. But don't be decieved, she'd just as soon take 
our gold too!
ENDTEXT
CREATEUNIT
unit=Irish Lass
owner=Danes
veteran=no
homecity=none
locations
51,147
50,146
52,146
52,148
50,148
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=18
@THEN
TEXT
More Banshess have been spotted flittering about an island in the south. Stop them before they 
spread!
ENDTEXT
CREATEUNIT
unit=Banshee
owner=Danes
veteran=no
homecity=none
locations
55,187
56,186
54,186
54,188
56,188
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=19
@THEN
TEXT
Wild wolves have been spotted! Get out the Spanish Cannon! Stop them before they eat our 
people!
ENDTEXT
CREATEUNIT
unit=Wolf
owner=Danes
veteran=no
homecity=none
locations
93,15
94,16
92,16
92,14
94,14
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=20
@THEN
TEXT
Eagles have been spotted by our lookouts in the north! Get out the guns! They want to feed us to 
their young!
ENDTEXT
CREATEUNIT
unit=Eagle
owner=Danes
veteran=no
homecity=none
locations
93,15
94,16
92,16
92,14
94,14
endlocations
@ENDIF

@IF
UNITKILLED
unit=Troll
attacker=ANYBODY
defender=Danes
@THEN
TEXT
A foul Troll has been defeated. As it's body wilts and fades away into the sand, you notice twenty 
pieces of gold!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=200
@ENDIF

@IF
UNITKILLED
unit=Elf
attacker=ANYBODY
defender=Danes
@THEN
TEXT
Your forces have succeeded in kicking some more of those foul Elves out of the country. After 
they leave you find 10 pieces of gold at their encampment.
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=100
@ENDIF

@IF
UNITKILLED
unit=Dane
attacker=ANYBODY
defender=Danes
@THEN
TEXT
You've managed to trick the Danes once again! You manage to wean nearly 30 pieces of gold 
from the fools!
ENDTEXT
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=300
@ENDIF

@ENDEVENTS
